home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol06 / 04 / winstdio / msc_mk.bat < prev    next >
DOS Batch File  |  1991-07-01  |  275b  |  8 lines

  1. @echo off
  2. rem WINIO make for Microsoft C/SDK
  3. cl -c -AS -G2sw -Oais -Zpe -W3 %1.c
  4. rem cl -c -AS -G2sw -Oais -Zpe -W3 winio.c
  5. rem cl -c -AS -G2sw -Oais -Zpe -W3 wmhandlr.c
  6. link /farc/packc/align:16 %1 winio wmhandlr,%1,nul,/nod slibcew libw,winio.def
  7. rc winio.rc %1.exe
  8.